From fc13ff501d7bd02031fcb26562572b8a31b0764d Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 22 Oct 2014 00:45:22 -0400 Subject: [PATCH] GtkSidebar: Make docs show up --- gtk/gtksidebar.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gtk/gtksidebar.c b/gtk/gtksidebar.c index e5121eddc9..39c332150a 100644 --- a/gtk/gtksidebar.c +++ b/gtk/gtksidebar.c @@ -32,14 +32,14 @@ #include "gtkintl.h" /** - * SECTION:gtk-sidebar - * @short_description: An automatic sidebar widget - * @title: GtkSidebar + * SECTION:gtksidebar + * @Title: GtkSidebar + * @Short_description: An automatic sidebar widget * - * A GtkSidebarWindow enables you to quickly and easily provide a consistent + * A GtkSidebar enables you to quickly and easily provide a consistent * "sidebar" object for your user interface. * - * In order to use a GtkSidebar, you simply use a GtkStack to organise + * In order to use a GtkSidebar, you simply use a GtkStack to organize * your UI flow, and add the sidebar to your sidebar area. You can use * gtk_sidebar_set_stack() to connect the #GtkSidebar to the #GtkStack. * -- 2.30.2